home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1997 February / macformat-047.iso / Demos / Simpsons Cartoon Studio™ Demo / Simpdata / simpmain / 00039_edit soundfx score script.ls < prev    next >
Encoding:
Text File  |  1996-09-06  |  157 b   |  10 lines

  1. global paletteVisibleP
  2.  
  3. on mouseDown
  4.   set whichSpr to the clickOn
  5.   if paletteVisibleP then
  6.     hidePalette(paletteMgr)
  7.   end if
  8.   editSoundFx(editMgr)
  9. end
  10.